home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / hhscrns.zip / READ.ME < prev    next >
Text File  |  1992-08-02  |  3KB  |  57 lines

  1. Here is an explanation of the file naming I did for the menus.
  2.  
  3. I have 8 sets of menus, each named MENU.TS?.  Each set is designated by
  4. the number at the end (i.e. menu set 1 is MENU.TS1).  The Regular user
  5. menus are labeled MAIN1.xxx, the Newuser menus are MAIN2.xxx and the
  6. Sysop menus are MAIN9.xxx.  Only the Main menu has specific Newuser
  7. menus since I use a callback verifier.  The File and Message menus are
  8. just for Regular users and Sysop (FILE1.xxx and FILE9.xxx, etc.).  I use
  9. a simple batch file that copies each set of menus in for a different
  10. day.  Menu set #9 is an older set that I no longer use.  Here is a batch
  11. file example of a typical copy:  (MENU1.BAT)
  12.  
  13. copy \wc30\testmenu\main2.ts1 \wc30\menu\main1.scr
  14. copy \wc30\testmenu\main1.ts1 \wc30\menu\main3.scr
  15. copy \wc30\testmenu\main1.ts1 \wc30\menu\main5.scr
  16. copy \wc30\testmenu\main1.ts1 \wc30\menu\main7.scr
  17. copy \wc30\testmenu\main9.ts1 \wc30\menu\main9.scr
  18. copy \wc30\testmenu\msg1.ts1 \wc30\menu\msg1.scr
  19. copy \wc30\testmenu\msg1.ts1 \wc30\menu\msg3.scr
  20. copy \wc30\testmenu\msg1.ts1 \wc30\menu\msg5.scr
  21. copy \wc30\testmenu\msg1.ts1 \wc30\menu\msg7.scr
  22. copy \wc30\testmenu\msg9.ts1 \wc30\menu\msg9.scr
  23. copy \wc30\testmenu\file1.ts1 \wc30\menu\file1.scr
  24. copy \wc30\testmenu\file1.ts1 \wc30\menu\file3.scr
  25. copy \wc30\testmenu\file1.ts1 \wc30\menu\file5.scr
  26. copy \wc30\testmenu\file1.ts1 \wc30\menu\file7.scr
  27. copy \wc30\testmenu\file9.ts1 \wc30\menu\file9.scr
  28. cat.bat  *only if you terminate on your events*
  29.  
  30. I use a different batch file each day to copy a different set in.  The
  31. only difference is the last number in the file extension (i.e.
  32. MAIN1.TS1, MAIN2.TS2, etc.).
  33.  
  34. The HELLO1 screen is about as packed with ANSI as it'll get.  Adding
  35. more will truncate the ANSI escape codes in the large letters.  At least
  36. there is something there to work with.  HELLO2 can be used for special
  37. announcements, or whatever, if not used as I have.
  38.  
  39. The GOODBYE screens are not my design, but modified.  Wish I could give
  40. credit where its due.
  41.  
  42. The SECURITY screen was designed by Mike Ortiz of Topeka, KS.  This one
  43. caught my eye and I'm sure it will yours as well!  I made slight changes
  44. to his original so that it would reflect an Expiration Date and include
  45. Computer type and Protocol.  You can see his work on The Software
  46. Connection at (912) 271-2071.
  47.  
  48. I have also included a CATSCAN screen for those of you that have a
  49. registered version of it.  This is one that I modified from the one that
  50. comes with the CATSCAN release.
  51.  
  52. Menu sets #2 and #4 are not my design, but modifications of some that I
  53. found on the Mustang Software Wildcat HQ in Bakersfield, CA.  Again,
  54. don't know the authors, but wish I did!
  55.  
  56. Hope this gives you some ideas for your own display screens!
  57.